The following tables list the members exposed by ResourceProviderWithOverrides<T>.
Name | Description | |
---|---|---|
IsHighContrast | Returns true if the system theme is a high contrast theme (read-only). (Inherited from Infragistics.Controls.Primitives.ResourceProvider) | |
IsHighContrastSupported | Determines whether controls will be rendered in high contrast based on the current system settings (read-only). | |
ResourceOverrides | Gets/sets an optional System.Windows.ResourceDictionary that contains resources keyed by the enum values of T that will be used instead of the the corresponding defalse values. | |
ResourceOverridesHighContrast | Gets/sets an optional System.Windows.ResourceDictionary that contains resources keyed by the enum values of T that will be used instead of the the corresponding defalse values. | |
ResourceVersion | Returns a version number that will get bumped every time InvalidateResources is called. (Inherited from Infragistics.Controls.Primitives.ResourceProvider) |
Name | Description | |
---|---|---|
DefaultResources | Gets/sets a System.Windows.ResourceDictionary that contains the default resources for all values of T. | |
DefaultResourcesHighContrast | Gets/sets a System.Windows.ResourceDictionary that contains the default resources for all values of T. | |
HasListeners | Gets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) | |
IsLoading | Returns true between calls to BeginInit and EndInit |
Name | Description | |
---|---|---|
BeginInit | Called when object initialization is beginning | |
EndInit | Called when object initialization has ended | |
InvalidateResources | Overridden. Called to invalidate any cached resources |
Name | Description | |
---|---|---|
GetResource | Overridden. Returns a value for a specific id | |
IsResourceValid | Returns true if this is a valid resource | |
OnFirstListenerAdding | Virtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | Overridden. Called when property changed event is raised. (Inherited from Infragistics.PropertyChangeNotifierExtended) | |
OnSystemColorsChanged | Called when the system colors have changed (Inherited from Infragistics.Controls.Primitives.ResourceProvider) | |
RaisePropertyChangedEvent | Raises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) | |
SetField<T> | Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier) |